Uses of Class
com._1c.g5.v8.dt.md.fonts.V8Font
Packages that use V8Font
Package
Description
-
Uses of V8Font in com._1c.g5.v8.dt.internal.md
Methods in com._1c.g5.v8.dt.internal.md that return V8FontModifier and TypeMethodDescriptionPresentationService.dereferenceV8Font(V8Font v8Font, String autoId, IDtProject dtProject) PresentationService.getStyledV8Font(V8Font v8Font, IDtProject dtProject) Methods in com._1c.g5.v8.dt.internal.md with parameters of type V8FontModifier and TypeMethodDescriptionPresentationService.dereferenceV8Font(V8Font v8Font, String autoId, IDtProject dtProject) PresentationService.getStyledV8Font(V8Font v8Font, IDtProject dtProject) -
Uses of V8Font in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md that return V8FontModifier and TypeMethodDescriptionIPresentationService.dereferenceV8Font(V8Font v8Font, String autoId, IDtProject dtProject) Returns dereference v8 font or auto.IPresentationService.getStyledV8Font(V8Font v8Font, IDtProject dtProject) Returns styled v8 font or auto.Methods in com._1c.g5.v8.dt.md with parameters of type V8FontModifier and TypeMethodDescriptionIPresentationService.dereferenceV8Font(V8Font v8Font, String autoId, IDtProject dtProject) Returns dereference v8 font or auto.IPresentationService.getStyledV8Font(V8Font v8Font, IDtProject dtProject) Returns styled v8 font or auto. -
Uses of V8Font in com._1c.g5.v8.dt.md.fonts
Methods in com._1c.g5.v8.dt.md.fonts that return V8FontModifier and TypeMethodDescriptionV8Font.copy()Creates v8 font copy.static V8FontCreates v8 font.static V8FontV8Font.createAutoFont()Creates auto v8 font.V8Font.toAbsoluteV8Font()Transforms v8 font to v8 absolute font.Methods in com._1c.g5.v8.dt.md.fonts with parameters of type V8FontModifier and TypeMethodDescriptionvoidV8Font.adjustByMask(V8Font otherV8Font) Adjust v8 font by mask other v8 font. -
Uses of V8Font in com._1c.g5.v8.dt.moxel.internal.ui.formattedstring
Methods in com._1c.g5.v8.dt.moxel.internal.ui.formattedstring that return V8FontMethods in com._1c.g5.v8.dt.moxel.internal.ui.formattedstring with parameters of type V8FontModifier and TypeMethodDescriptionvoidFormattedStringUi.init(FormattedString string, org.eclipse.swt.graphics.TextLayout lay, V8Font v8Font, FormattedStringUi.FormattedStringUiParameters params, IDtProject dtProject) Inits formatted string UI.voidSets font. -
Uses of V8Font in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type V8FontModifier and TypeMethodDescriptionstatic V8SizeDrawUtils.calcSizeFormattedString(org.eclipse.swt.graphics.Device device, V8Font v8Font, String str, int contextDPI, int maxWidth, int zoomRatio, IDtProject dtProject, int width) Calculate formatted string size.static voidDrawUtils.drawFormattedString(org.eclipse.swt.graphics.GC gc, String str, V8Font v8Font, int contextDPI, V8Color v8TextColor, org.eclipse.swt.graphics.Rectangle drawRect, HorizontalAlignment horAlign, VerticalAlignment vertAlign, boolean blackAndWhiteMode, int zoomRatio, org.eclipse.swt.graphics.Font swtFont, IDtProject dtProject) Draws formatted string.static org.eclipse.swt.graphics.FontDrawUtils.getSWTFont(org.eclipse.swt.graphics.Device device, V8Font v8Font, int scale) Returns swt font.