Results 1 to 5 of 5

Thread: VB6 uses Windows' built-in graphic fonts

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,042

    VB6 uses Windows' built-in graphic fonts

    VB6 uses Windows' built-in graphic fonts
    When we are making designs or PowerPoint presentations, we often use small patterns as embellishments. In addition to searching online, Windows also comes with several pattern fonts, and setting English or symbol characters to these fonts will result in different patterns. Below, we will organize the webdings, wingdings, wingdings2, and wingdings3 graphic fonts that come with Windows for easy matching and searching



    select_ICO_txt.zip

    Name:  SELECTICO_MAIN.jpg
Views: 369
Size:  24.7 KB
    Name:  SELECTICO_2.jpg
Views: 344
Size:  61.9 KB
    Name:  SELECTICO_3.jpg
Views: 341
Size:  63.0 KB
    Name:  SELECTICO_4.jpg
Views: 342
Size:  57.9 KB

  2. #2
    Fanatic Member BenJones's Avatar
    Join Date
    Mar 2010
    Location
    Wales UK
    Posts
    813

    Re: VB6 uses Windows' built-in graphic fonts

    Looks cool I may have an edit so I can use it for when I am doing web design were I can select an item and copy the code to the clipboard.

    Thanks for shareing.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,042

    Re: VB6 uses Windows' built-in graphic fonts

    Find all the fonts and graphic components that come with Windows and create a new character mapping table or array.
    I want to use some icons that come with the operating system to complete the UI design of simple buttons, tab controls, and toolbars in a minimalist style. If the font can be converted to WMF, EMF and SVG vector graphics formats enable direct drawing on any computer, as some systems may lack certain fonts. Of course, the most beautiful ones ultimately belong to SVG color and transparent images, which I am currently researching.

    AI: c # Convert the characters of the specified font into EMF, WMF vector image

    In C #, to convert characters of a specified font into EMF (Enhanced Metafile Format) or WMF (Windows Metafile Format) vector images, System Implement it using related classes in the Drawing namespace. Here is a step and code example showing how to render text into EMF format images.

  4. #4
    Addicted Member Mojtaba's Avatar
    Join Date
    Dec 2020
    Posts
    218

    Re: VB6 uses Windows' built-in graphic fonts

    It is great if you put it in SVG or SVGs format
    One question, why don't you use the ico format?
    I converted the icon to png and EMF format for testing
    10 examples of icons
    Attached Files Attached Files

  5. #5
    Fanatic Member HackerVlad's Avatar
    Join Date
    Nov 2023
    Posts
    674

    Re: VB6 uses Windows' built-in graphic fonts

    Quote Originally Posted by Mojtaba View Post
    It is great if you put it in SVG or SVGs format
    One question, why don't you use the ico format?
    I converted the icon to png and EMF format for testing
    10 examples of icons
    I can't open your PNG files and they only cause the viewer to crash fatally.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width