You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to add a feature to allow a font to be created using a flexdmd resources fnt font definition, but specify that it doesn't use the default png image for the font - and instead uses a png image contained in the table file.
Not sure if this could be done as an optional parameter or argument when the font is created or as a property after but maybe;
Usual font creation;
Set bigFont = FlexDMD.NewFont("FlexDMD.Resources.bm_army-12.fnt", vbWhite, vbWhite, 0)
E.g. Font creation but using an image in the table file with a 'file' argument
Set bigFont = FlexDMD.NewFont("FlexDMD.Resources.bm_army-12.fnt&file=VPX.bm_army-12modded", vbWhite, vbWhite, 0)
This would allow easy modification of existing flexdmd resources fonts, re-using the existing fnt definitions but without having to include external files for fnt & png with the table file.
The text was updated successfully, but these errors were encountered:
5cutters
changed the title
Add file location override for Fonts
Add file location override for FlexDMD.Resources Fonts
Jun 21, 2024
Request to add a feature to allow a font to be created using a flexdmd resources fnt font definition, but specify that it doesn't use the default png image for the font - and instead uses a png image contained in the table file.
Not sure if this could be done as an optional parameter or argument when the font is created or as a property after but maybe;
Usual font creation;
Set bigFont = FlexDMD.NewFont("FlexDMD.Resources.bm_army-12.fnt", vbWhite, vbWhite, 0)
E.g. Font creation but using an image in the table file with a 'file' argument
Set bigFont = FlexDMD.NewFont("FlexDMD.Resources.bm_army-12.fnt&file=VPX.bm_army-12modded", vbWhite, vbWhite, 0)
This would allow easy modification of existing flexdmd resources fonts, re-using the existing fnt definitions but without having to include external files for fnt & png with the table file.
The text was updated successfully, but these errors were encountered: