Codota Logo
StrokingTextPainter.getFontFamilyResolver
Code IndexAdd Codota to your IDE (free)

How to use
getFontFamilyResolver
method
in
org.apache.batik.bridge.StrokingTextPainter

Best Java code snippets using org.apache.batik.bridge.StrokingTextPainter.getFontFamilyResolver (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
LocalDateTime l =
  • Codota Iconnew LocalDateTime()
  • Codota IconLocalDateTime.now()
  • Codota IconDateTimeFormatter formatter;String text;formatter.parseLocalDateTime(text)
  • Smart code suggestions by Codota
}
origin: fr.avianey.apache-xmlgraphics/batik

fonts.add(getFontFamilyResolver().getDefault().deriveFont(fontSize, aci));
  char c = aci.setIndex(start+i);
  GVTFontFamily fontFamily;
  fontFamily = getFontFamilyResolver().getFamilyThatCanDisplay(c);
origin: org.apache.xmlgraphics/batik-bridge

fonts.add(getFontFamilyResolver().getDefault().deriveFont(fontSize, aci));
  char c = aci.setIndex(start+i);
  GVTFontFamily fontFamily;
  fontFamily = getFontFamilyResolver().getFamilyThatCanDisplay(c);
origin: apache/batik

fonts.add(getFontFamilyResolver().getDefault().deriveFont(fontSize, aci));
  char c = aci.setIndex(start+i);
  GVTFontFamily fontFamily;
  fontFamily = getFontFamilyResolver().getFamilyThatCanDisplay(c);
org.apache.batik.bridgeStrokingTextPaintergetFontFamilyResolver

Popular methods of StrokingTextPainter

  • computeTextRuns
  • getTextRunBoundaryAttributes
  • paintTextRuns
    Paints the text in each text run. Decorations are not painted here.
  • adjustChunkOffsets
    Adjusts the position of the text runs within the specified text chunk to account for any text anchor
  • createModifiedACIForFontMatching
    Returns a new AttributedCharacterIterator that contains resolved GVTFont attributes. This is then us
  • getDecorationOutline
    Returns the outline of the specified decoration type.
  • getDecorationStrokeOutline
    Returns the stroked outline of the specified decoration type. If the decoration has no stroke it wil
  • getInstance
    Returns a unique instance of this class.
  • getTextChunk
  • getTextChunkACIs
    Returns an array of ACIs, one for each text chunk within the given text node.
  • getTextLayoutFactory
  • getTextRuns
  • getTextLayoutFactory,
  • getTextRuns,
  • paintDecorations,
  • reorderTextRuns

Popular in Java

  • Updating database using SQL prepared statement
  • requestLocationUpdates (LocationManager)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • onRequestPermissionsResult (Fragment)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now